home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global loadNext, subPageWait, playMode
- startTimer()
- puppetSound(0)
- if (playMode = "64KMemOK") or (playMode = "PPCMemOK") then
- if loadNext = 0 then
- nothing()
- else
- if loadNext = 1 then
- unLoadCast()
- preLoad(label("Cow1"), label("Cow3") + 3)
- end if
- end if
- if the timer < subPageWait then
- wait(subPageWait - the timer)
- end if
- go(#next)
- else
- unLoadCast()
- preLoad(label("Cowanim") + 9, label("Cowanim") + 9)
- puppetTransition(23, 1, 1)
- wait(30)
- go(marker("Cowanim") + 9)
- end if
- end
-